home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / libs / vopl / glvopl.lha / glvopl / examples / f_2_for.bat < prev    next >
Encoding:
DOS Batch File  |  1989-10-05  |  168 b   |  11 lines

  1. echo off
  2. if not exist fex1.f goto 1
  3. rename fex1.f fex1.for
  4. :1
  5. if not exist fex2.f goto 2
  6. rename fex2.f fex2.for
  7. :2
  8. if not exist fex3.f goto 3
  9. rename fex3.f fex3.for
  10. :3
  11.